[INFO] cloning repository https://github.com/uwaiszaki/rust-mini-redis
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/uwaiszaki/rust-mini-redis" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fuwaiszaki%2Frust-mini-redis", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fuwaiszaki%2Frust-mini-redis'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] bbd9970fa1a1e6252f90ffde9fa1211fec4647e9
[INFO] fixing uwaiszaki/rust-mini-redis against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fuwaiszaki%2Frust-mini-redis" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/uwaiszaki/rust-mini-redis
[INFO] finished tweaking git repo https://github.com/uwaiszaki/rust-mini-redis
[INFO] tweaked toml for git repo https://github.com/uwaiszaki/rust-mini-redis written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/uwaiszaki/rust-mini-redis on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/uwaiszaki/rust-mini-redis already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded criterion-plot v0.6.0
[INFO] [stderr]   Downloaded criterion v0.7.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 823c12cc352f7e2f45b384b72cde52e90ff7000c267d15bdfbdb7291c9bbbbb5
[INFO] running `Command { std: "docker" "start" "823c12cc352f7e2f45b384b72cde52e90ff7000c267d15bdfbdb7291c9bbbbb5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "823c12cc352f7e2f45b384b72cde52e90ff7000c267d15bdfbdb7291c9bbbbb5" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "823c12cc352f7e2f45b384b72cde52e90ff7000c267d15bdfbdb7291c9bbbbb5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "823c12cc352f7e2f45b384b72cde52e90ff7000c267d15bdfbdb7291c9bbbbb5" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]    Compiling zerocopy v0.8.30
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]     Checking serde_json v1.0.145
[INFO] [stderr]     Checking bytes v1.11.0
[INFO] [stderr]     Checking regex-syntax v0.8.8
[INFO] [stderr]     Checking chrono v0.4.42
[INFO] [stderr]     Checking clap_builder v4.5.53
[INFO] [stderr]     Checking criterion-plot v0.6.0
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking mio v1.1.0
[INFO] [stderr]     Checking socket2 v0.6.1
[INFO] [stderr]     Checking signal-hook-registry v1.4.7
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking clap v4.5.53
[INFO] [stderr]     Checking regex v1.12.2
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerocopy-derive v0.8.30
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]     Checking tokio v1.48.0
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking thiserror v2.0.17
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]     Checking ciborium-ll v0.2.2
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking criterion v0.7.0
[INFO] [stderr]     Checking tokio-util v0.7.17
[INFO] [stderr]     Checking mini-redis v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> src/commands/command.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 |     async fn call(&self, db: &Db, args: &RespValue) -> Result<RespValue, CommandError> {
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout]    = note: `#[warn(async_fn_in_trait)]` on by default
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 13 ~     fn call(&self, db: &Db, args: &RespValue) -> impl std::future::Future<Output = Result<RespValue, CommandError>> + Send {async {
[INFO] [stdout] 14 |         let validated_args = self.validate(args)?;
[INFO] [stdout] 15 |         self.execute(db, validated_args).await
[INFO] [stdout] 16 ~     } }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> src/commands/command.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |     async fn execute(&self, db: &Db, args: &Vec<RespValue>) -> Result<RespValue, CommandError>;
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 18 -     async fn execute(&self, db: &Db, args: &Vec<RespValue>) -> Result<RespValue, CommandError>;
[INFO] [stdout] 18 +     fn execute(&self, db: &Db, args: &Vec<RespValue>) -> impl std::future::Future<Output = Result<RespValue, CommandError>> + Send;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `criterion::black_box`: use `std::hint::black_box()` instead
[INFO] [stdout]  --> benches/first_bench.rs:1:17
[INFO] [stdout]   |
[INFO] [stdout] 1 | use criterion::{black_box, Criterion, criterion_group, criterion_main};
[INFO] [stdout]   |                 ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `criterion::black_box`: use `std::hint::black_box()` instead
[INFO] [stdout]  --> benches/first_bench.rs:9:30
[INFO] [stdout]   |
[INFO] [stdout] 9 |         b.iter(|| parse_resp(black_box(b"hello\r\n")))
[INFO] [stdout]   |                              ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `mini_redis::read_line`
[INFO] [stdout]  --> benches/codec.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use mini_redis::read_line;
[INFO] [stdout]   |     ^^^^^^^^^^^^---------
[INFO] [stdout]   |                 |
[INFO] [stdout]   |                 no `read_line` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mini-redis` (bench "codec") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> src/commands/command.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 |     async fn call(&self, db: &Db, args: &RespValue) -> Result<RespValue, CommandError> {
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout]    = note: `#[warn(async_fn_in_trait)]` on by default
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 13 ~     fn call(&self, db: &Db, args: &RespValue) -> impl std::future::Future<Output = Result<RespValue, CommandError>> + Send {async {
[INFO] [stdout] 14 |         let validated_args = self.validate(args)?;
[INFO] [stdout] 15 |         self.execute(db, validated_args).await
[INFO] [stdout] 16 ~     } }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> src/commands/command.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |     async fn execute(&self, db: &Db, args: &Vec<RespValue>) -> Result<RespValue, CommandError>;
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 18 -     async fn execute(&self, db: &Db, args: &Vec<RespValue>) -> Result<RespValue, CommandError>;
[INFO] [stdout] 18 +     fn execute(&self, db: &Db, args: &Vec<RespValue>) -> impl std::future::Future<Output = Result<RespValue, CommandError>> + Send;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "823c12cc352f7e2f45b384b72cde52e90ff7000c267d15bdfbdb7291c9bbbbb5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "823c12cc352f7e2f45b384b72cde52e90ff7000c267d15bdfbdb7291c9bbbbb5", kill_on_drop: false }`
[INFO] [stdout] 823c12cc352f7e2f45b384b72cde52e90ff7000c267d15bdfbdb7291c9bbbbb5
